micro_utils.dokka
/
dev.inmo.micro_utils.common
/
[jvm]Diff
jvm
Diff
data class
Diff
<
T
>
Content copied to clipboard
Diff object which contains information about differences between two
Iterable
s
Properties
See also
See also
calculate
Diff
Properties
added
Link copied to clipboard
jvm
val
added
:
List
<
IndexedValue
<
T
>>
Content copied to clipboard
removed
Link copied to clipboard
jvm
val
removed
:
List
<
IndexedValue
<
T
>>
Content copied to clipboard
replaced
Link copied to clipboard
jvm
val
replaced
:
List
<
Pair
<
IndexedValue
<
T
>,
IndexedValue
<
T
>>>
Content copied to clipboard
Old-New values pairs